Global Index
HTML5 JS API Index > Indexed DB Tutorials & Specs

IDBCursorWithValue

Extends IDBCursor.

Properties
any
value
Returns the cursor's current value. Note that if this property returns an object, it returns the same object instance every time it is inspected, until the cursor's value is changed. This means that if the object is modified, those modifications will be seen by anyone inspecting the value of the cursor.